type go.uber.org/mock/gomock.assignableToTypeOfMatcher

5 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L195: type assignableToTypeOfMatcher struct {
		matchers.go#L199: func (m assignableToTypeOfMatcher) Matches(x any) bool {
		matchers.go#L203: func (m assignableToTypeOfMatcher) String() string {
		matchers.go#L434: 		return assignableToTypeOfMatcher{xt}
		matchers.go#L436: 	return assignableToTypeOfMatcher{reflect.TypeOf(x)}